home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / vedt.zip / READ-ME.BAT < prev    next >
DOS Batch File  |  1990-09-26  |  9KB  |  241 lines

  1. echo off
  2. cls
  3. echo     ╔══════════════════════════════════════════════════════╗
  4. echo     ║    WELCOME TO THE VEDIT FAMILY DEMO ON THE IBM PC    ║
  5. echo     ╚══════════════════════════════════════════════════════╝
  6. echo  
  7. echo If you prefer, you can first copy the demo disk to your hard disk; this is
  8. echo necessary if you want to run the Compiler Support portion of the demo.
  9. echo Be sure you are logged onto your hard disk and then follow these steps:
  10. echo  
  11. echo     MD \VDEMO
  12. echo     CD \VDEMO
  13. echo     COPY A:*.*
  14. echo     DEMO
  15. echo  
  16. echo Otherwise make a copy of the disk since you can accidentally alter its files
  17. echo during the demo!  To run the demo from a floppy disk place the disk into
  18. echo drive "A", log onto drive "A:" and give the DOS command:
  19. echo  
  20. echo     DEMO
  21. echo  
  22. echo Feel free to copy the demo disk!  Make copies for your friends, etc.
  23. echo Please copy the entire disk, so that all files are intact.
  24. echo  
  25. pause
  26. cls
  27. echo To run the Compiler Support:
  28. echo  
  29. echo Follow the steps above to copy the files to your hard disk. Run the program
  30. echo VCSD.COM which will create the addition files needed to run the Compiler
  31. echo Support:
  32. echo  
  33. echo     VCSD
  34. echo  
  35. echo You will be able to compile, link and run the two supplied example programs
  36. echo ADDER.C and EGA43.ASM; each purposely contains several obvious syntax errors
  37. echo for you to correct.
  38. echo  
  39. echo The Compiler Support is initially set up for Microsoft C (5.x or 6.0), and
  40. echo MASM. If you prefer to use Borland's Turbo C and Turbo Assembler run the
  41. echo batch file "BORLAND.BAT":
  42. echo  
  43. echo     BORLAND
  44. echo  
  45. echo Print the file COMPILE.DEM which gives detailed instructions on the Compiler
  46. echo Support portion of the demo. You can use VEDIT for this:
  47. echo  
  48. echo     VDEMO -X PRINT COMPILE.DEM
  49. echo  
  50. pause
  51. cls
  52. echo  
  53. echo To start up the Compiler Support you can use the batch file "COMPILE.BAT":
  54. echo  
  55. echo     COMPILE ADDER.C
  56. echo  
  57. echo Alternatively, if you have installed the V-SWAP program described below,
  58. echo you can start up the Compiler Support while editing a file by just pressing
  59. echo ALT-I. 
  60. echo  
  61. echo Follow the instructions printed from COMPILE.DEM.
  62. echo  
  63. pause
  64. cls
  65. echo The V-SWAP Program:
  66. echo  
  67. echo V-SWAP is a small TSR program with which VEDIT can completely swap itself
  68. echo and any desired TSRs out of memory in order to run the largest compilers
  69. echo and debuggers. V-SWAP is normally run from your AUTOEXEC.BAT file, but for
  70. echo this demo you can run it manually:
  71. echo  
  72. echo     VSWAP /E:512
  73. echo  
  74. echo (If your environment is larger than 512 bytes, increase the "/E:nnn"
  75. echo parameter.)
  76. echo  
  77. echo Now edit the file ADDER.C: (you may need the "-B" option with B/W monitors)
  78. echo  
  79. echo     VDEMO ADDER.C           or          VDEMO -B ADDER.C
  80. echo  
  81. echo To start up the Compiler Support you now only need to press ALT-I.
  82. echo  
  83. echo If desired, you can remove V-SWAP from memory after completing the demo
  84. echo by giving the DOS command:
  85. echo  
  86. echo     VSWAP /R
  87. echo  
  88. pause
  89. cls
  90. echo  
  91. echo To fully utilize V-SWAP it should be run from within your AUTOEXEC.BAT file.
  92. echo Place the command "VSWAP /E:512" before other TSRs such as desktop utilities.
  93. echo All TSRs following the VSWAP command will be swapped out of memory. In most
  94. echo cases, V-SWAP can even swap network drives out of memory. (However, the VSWAP
  95. echo command must follow any disk cache programs.)
  96. echo  
  97. echo After modifying your AUTOEXEC.BAT you must re-boot for the changes to take
  98. echo effect.
  99. echo  
  100. echo When VEDIT shells out to DOS (runs DOS programs) V-SWAP will swap VEDIT and
  101. echo other TSRs out of memory. In effect you can then have more memory available
  102. echo than when you entered VEDIT!
  103. echo  
  104. pause
  105. cls
  106. echo Description of files on disk:
  107. echo  
  108. echo VDEMO.EXE    A fully functional VEDIT PLUS for the IBM PC. Its only
  109. echo         restriction is that it can only readily edit very small files.
  110. echo         However, it is perfect for editing Batch files and short
  111. echo         letters. (See below for editing large files.)
  112. echo  
  113. echo VSWAP.EXE    A small TSR with which VEDIT can completely swap itself and any
  114. echo         desired TSRs out of memory in order to run large compilers and
  115. echo         debuggers. The command "VSWAP /H" displays all VSWAP options.
  116. echo  
  117. echo VVHELP.HLP    Help file accessed by [HELP] function - ALT-F1. You can
  118. echo         print the ".HLP" files for more information about VEDIT.
  119. echo  
  120. echo VPHELP.HLP    Help file accessed by "H" command.
  121. echo  
  122. echo HELP.BAT    Demonstrates how a simple Help system can be implemented using
  123. echo         this demo VEDIT PLUS and the DISPLAY.VDM macro. It displays
  124. echo         the file HELP.TXT. Feel free to create your own HELP.TXT
  125. echo         file. This is a good way to keep track of the names of all the
  126. echo         programs you have on your hard disk.
  127. echo  
  128. pause
  129. cls
  130. echo PRINT.VDM    Simple "macro" for printing any text file. It prints the
  131. echo         filename, date and page number on each page and is a nice
  132. echo         alternative to the DOS "PRINT" command. To print the file
  133. echo         "myfile" give the DOS command:
  134. echo  
  135. echo         VDEMO -X PRINT myfile
  136. echo  
  137. echo DISPLAY.VDM    Simple "macro" for displaying any text file. Uses a window to
  138. echo         give instructions and is a nice alternative to the DOS "TYPE"
  139. echo         command. To display the file "myfile" give the DOS command:
  140. echo  
  141. echo         VDEMO -X DISPLAY myfile
  142. echo  
  143. echo         Alternatively, you can create a batch file "D.BAT" containing
  144. echo         "VDEMO -X DISPLAY %%1". Then use the simpler command:
  145. echo  
  146. echo         D myfile
  147. echo  
  148. echo WORDSTAR.KEY    These files are alternate keyboard layouts which emulate
  149. echo WORDPERF.KEY    WordStar and Word Perfect. Instructions for using them are
  150. echo         given below.
  151. echo  
  152. pause
  153. cls
  154. echo DEMO.VDM    The main part of the demo "macro".
  155. echo  
  156. echo DEMOxx.VDM    Additional "subroutines" which make up the demo. They are
  157. echo         automatically loaded by DEMO.VDM.
  158. echo  
  159. echo DEMOxx.TXT    Text files and instruction files which make up the demo.
  160. echo         Automatically loaded by DEMO.VDM.
  161. echo  
  162. echo VPCS.COM    Running this "archive" program creates the files needed to run
  163. echo         the Compiler Support portion of the demo. This should be done
  164. echo         on a hard disk; a 360K floppy cannot hold all of the files.
  165. echo  
  166. pause
  167. cls
  168. echo Editing small files:
  169. echo  
  170. echo VDEMO.EXE is restricted to editing small files. However, it is perfect for
  171. echo editing DOS "batch" files and short letters.  To edit "myfile.txt" give the
  172. echo command:
  173. echo  
  174. echo     VDEMO myfile.txt        or       VDEMO -B myfile.txt
  175. echo  
  176. echo The "-B" option is needed only if you have a B/W monitor and notice that
  177. echo the pull-down menus are blank.
  178. echo  
  179. echo For the on-line help to work, VDEMO must be able to find its ".HLP" files in
  180. echo the current directory, or in "\VDEMO" of the current drive.
  181. echo  
  182. echo The "real" VEDIT can be configured to find its help files in any desired
  183. echo directory of any drive.
  184. echo  
  185. pause
  186. cls
  187. echo Editing large files:
  188. echo  
  189. echo If you attempt to edit a file larger than 1024 bytes with VDEMO, it will read
  190. echo the file into memory without complaint. HOWEVER, when you save the file, it
  191. echo will only write the first 1024 bytes and give the message:
  192. echo  
  193. echo FILE IS TOO LARGE FOR DEMO VERSION - USE {FILE, QUIT} TO QUIT
  194. echo  
  195. echo You can select {FILE, Quit, Exit} to quit and return to DOS. Alternatively, if
  196. echo you are determined to save the entire file, you can repeatedly select
  197. echo {FILE, Exit} - each will save another 1024 bytes.
  198. echo  
  199. echo Obviously, the real VEDIT has no such limitation with large files.
  200. echo  
  201. pause
  202. cls
  203. echo Changing the Keyboard Layout:
  204. echo  
  205. echo The "real" product includes a configuration program which lets you change
  206. echo the keyboard layout built into VEDIT. However, VEDIT also lets you load
  207. echo a temporary new keyboard layout at any time by selecting {MISC, Keystroke
  208. echo Macros, Load from File} from the menu system.
  209. echo  
  210. echo To make it easier to emulate WordStar or Word Perfect, two files WORDSTAR.KEY
  211. echo and WORDPERF.KEY are supplied. You can load these at any time b